Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class / ContextClick Event


In This Topic
    ContextClick Event (CalendarSlotsPanel<S>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event ContextClick As EventHandler(Of View.ContextClickEventArgs)
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim handler As EventHandler(Of View.ContextClickEventArgs)
     
    AddHandler instance.ContextClick, handler
    public event EventHandler<View.ContextClickEventArgs> ContextClick
    See Also